home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / p_misc / 7p203upp.exe / HISTORY.NTS < prev    next >
Text File  |  1992-07-09  |  8KB  |  220 lines

  1. 7PLUS History:
  2. ==============
  3.  
  4. :
  5. :
  6. :
  7.  
  8. v1.4:
  9. -----
  10.       Finally 7PLUS runs on AMIGA as well (correcting wouldn't work).
  11.       Compatibility to systems with filename structures different to
  12.       MS_DOS/ATARI added.
  13.       -J, -P and -T option added.
  14.  
  15.       Several minor bug-fixes.
  16.  
  17. v1.41/1.43:
  18. -----------
  19.       Bug in -J option fixed.
  20.       When prompted for new filename, ENTER would not break. Fixed.
  21.  
  22. v1.5:
  23. -----
  24.       Compatibility to UNIX-based systems.
  25.       When decoding and a COR-file is already present, 7PLUS will do
  26.       the correction first.
  27.       -J option can now do multiple joining.
  28.       -X can now extract selected files.
  29.       -N option added (Atari_St only).
  30.       -Y option added for automated surroundings.
  31.       -# option for use of 7PLUS in BBS file servers.
  32.       Minichecksum added to headers.
  33.       Checksum added to ERR- and COR-files.
  34.       Length of original file added to ERR- and COR-files to insure, only
  35.       the correct original file is used for compiling COR-Files.
  36.       Manuals given a good workover. Detailed chapters about up- and down-
  37.       loading added to help newcomers.
  38.  
  39.       Changes in headers a/s/o are still compatible with older versions
  40.       and vice versa.
  41.  
  42.       Bugs fixed, that were present since v1.0, but never detected:
  43.       -------------------------------------------------------------
  44.  
  45.       1st bug:
  46.       --------
  47.       When encoding a file using the -S option, 7PLUS would fail when
  48.       the encoded file was shorter then the number of lines specified.
  49.  
  50.       Example:
  51.                TEST.TXT is 1024 bytes long which will result in 17 code
  52.                lines. If encoded with '-S 40', 7PLUS wouldn't decode it,
  53.                because it found lines 18 through 40 missing...
  54.  
  55.       2nd bug:
  56.       --------
  57.       When splitting a file whose length can be devided through 62 without
  58.       a rest, 7PLUS would leave the last part empty, when the number of re-
  59.       sulting lines could be devided evenly through the number of parts.
  60.  
  61.       Example:
  62.                TEST.TXT is 3100 bytes long. If encoded into 2 equal parts
  63.                using '-SP 2', 7plus would leave the second part empty,
  64.                containing only the header and the foot line.
  65.  
  66.  
  67.       These bugs manifested themselves only in rare cases, but versions
  68.       prior to v1.5 should be replaced by the v1.5 anyway.
  69.  
  70. v1.6:
  71. -----
  72.       Added rebuild.c. Now one-byte errors are automatically corrected. For
  73.       this, an additional 15bit-checksum was added to the header and each
  74.       code line.
  75.       Due to the additional checksum, v1.6 files can only be decoded with
  76.       version 1.4 and higher. V1.3 and lower will report all lines damaged!
  77.  
  78.       Found minor bugs in stripping normal CRC to 14 Bit '&0x1fff' instead of
  79.       '&0x3fff' .... embarassing...
  80.  
  81.       Also, minichecksum took wrong offset to header, so CRC was not calcula-
  82.       ted.
  83.  
  84. v1.61:
  85. ------
  86.       Optimized rebuild.c for speed. Now runs 40% faster. Also, a message is
  87.       output, telling which line has been rebuilt.
  88.  
  89. v1.62:
  90. ------
  91.       Had to make some changes in the handling of extended filenames on
  92.       AMIGA and UNIX. The changes are unfortunately not compatible to
  93.       previous versions, sorry...
  94.       A bit of cosmetics done on 'rebuild'-outputs.
  95.  
  96. v1.63:
  97. ------
  98.       Due to a bug inserted by DL4ZBH, where there was none, v1.63 was neces-
  99.       sary to be able to redistribute the AMIGA-version.
  100.       However it's identical with the v1.62...
  101.  
  102. v1.70:
  103. ------
  104.       test_file() now asks for 'yes', 'no' and 'always'. This is practical,
  105.       when reencoding a file without manually erasing the encoded files
  106.       created earlier.
  107.  
  108.       Rebuilding of header did not work when a space character was missing.
  109.       The space charachter is not part of the 7PLUS-code, so rebuild() never
  110.       tried to put it in the header... fixed.
  111.  
  112.       When decoding, the output-file is not closed after each decoded part
  113.       and re-opened before the next part. This save quite some time, because
  114.       the write buffer does not need to be flushed as often as before.
  115.  
  116. v2.00:
  117. ------
  118.       7PLUS now works with metafiles. This increases the speed of executing
  119.       COR-files extremely.
  120.  
  121.       Splitting of CORs.
  122.  
  123.       Multiple COR-handling.
  124.  
  125.       extract() now also extracts info files that accompany 7PLUS-files.
  126.       In the UK there is a strange BBS that keeps stripping the first
  127.       space of the 7PLUS file headers. extract will now automatically
  128.       add the missing space character.
  129.  
  130.       7PLUS-files can now also be used as COR-files (-C).
  131.  
  132.       Recreating ERRs from metas.
  133.  
  134.       7PLUS can clean up behind itself now (-K).
  135.  
  136.       Adding of head- and foot-text to 7PLUS-files (-TP).
  137.  
  138.       Timestamp of original file is kept.
  139.  
  140.       Pepped up some of the screen-outputs.
  141.  
  142.       When joining error reports, 7PLUS will not stop if one ERR-file is
  143.       missing in line. Same goes for CORs.
  144.  
  145.       And lot's of minor stuff...
  146.  
  147. v2.01:
  148. ------
  149.      Found a slight bug in join(). It kept on looking for the next ERR in
  150.      line, even if there were no more. This meant, that after execution
  151.      of join, there was a delay of abt 10 seconds.
  152.  
  153.      DL1XAO @DB0AGM.DEU.EU (920622)
  154.      {
  155.        Due to some differences in the behaviour of scanf() on the Atari,
  156.        the statements '%X' had to be changed to '%lX'.
  157.  
  158.        Quick-extract: Files that have the extension '.x' will automatically
  159.        be run through the 7PLUS extractor when doubleclicked on.
  160.        /* This will also work when compiled on other systems! (Axel) */
  161.  
  162.        Modifying filelengths is not supported by TOS, therefore, an index file
  163.        (*.7ix) will be created along with every meta file.
  164.  
  165.        When prompted for new filename, ENTER wouldn't break. We had that one
  166.        before, didn't we??  :-)
  167.      }
  168.  
  169.      Because of the handling of the metafiles, 7PLUS requires abt 24K of
  170.      room on the stack to run properly!  Forgot to mention this with the
  171.      v2.00... sri
  172.  
  173. v2.02:
  174. ------
  175.      Please! Don't hit me!
  176.      I hope, this would not happen, but it did...
  177.  
  178.  
  179.      Thanks to Uli DF7SC, two bugs have been found in the V2.00 and v2.01:
  180.  
  181.      Bug 1: decode()
  182.  
  183.      If the line before the last line in the last file was corrupted, the
  184.      last line was always written with a length of 62 bytes. Fixed.
  185.  
  186.      Bug 2: correct() (only occures on systems that do not use chsize())
  187.      If the last line of the last file was missing, sometimes chsize()
  188.      didn't work. chsize() would act as if it DID change the filessize,
  189.      and did not report an error, even if it failed. This bug may only be
  190.      true with Borland's compilers.. Fixed.
  191.  
  192. v2.03:
  193. ------
  194.      Another bug related to the last line of a file (reported by DF7SC,
  195.      unfortunately he forgot to report it the first time :-<)
  196.  
  197.      This bug is present since version 1.60.
  198.  
  199.      decode()
  200.  
  201.      If the last line of a file is corrupted in a way that it still has
  202.      the right length and more than one character is incorrect, the line
  203.      would not be reported as corrupt.
  204.      If it was the last line of the last file, the metafile had an incorrect
  205.      length and 7PLUS reported 'Decoded file has wrong length..'.
  206.      Fixed.
  207.  
  208.      In some cases, when lines were missing at the of a file, 7PLUS would
  209.      report an error in the length of the file. The metafile was useless
  210.      then. Fixed.
  211.  
  212.  
  213.      Requirements on stack space are back to normal. The struct m_index is
  214.      now allocated space on the heap, rather than on the stack.
  215.  
  216.  
  217. Remember: Nobody's perfect and Murphy never sleeps...
  218.  
  219. 73s, Axel. DG1BBQ @DB0CL.DEU.EU
  220.